4. DNS Components

DNS service has 3 components:

The first is a “Name Space” that establishes the syntactical rules for creating and structuring legal DNS names.
The second is a Globally Distributed Database implemented on a network of “Name Servers”.
The third is "Resolver" software,understands how to formulate a DNS query and is built into all Internet-capable application.

0987742c8e354878a387fbcce0e19811.png

  1. DNS Resolver
    A DNS resolver (DNS lookup tool), resolves an individual host name to an IP address

View DNS cache on Windows

Type following command in CMD

ipconfig /displaydns

c00e8dcd9c4b1c2e8188e5565beb71f0.png

The "A" record is the portion of the DNS entry that contains the IP address for the given host name.

Clear DNS cache on Windows

ipconfig /flushdns

418b34b292c24de05052814ad7fd4cf9.png

Tip: Rebooting a router clears the DNS entries stored in its temporary memory.

  1. Name servers (NS)
    They contain the database of names and IP addresses and serves DNS requests for clients.Each zone has a primary or master name server, which is the authoritative source for the zone's resource records.

e854566c60eb3b80d4342743275beaec.png

  1. Name space
    The entire collection of DNS administrative domains throughout the world are organized in a hierarchy called the DNS namespace.
    The DNS namespace tree has a unique root and large number of sub-trees. A domain is a subtree of the DNS name space.

4d9f2ea8581bc4f828dc1f1f3542fcce.png